From: Emmanuele Bassi Date: Sun, 11 Feb 2018 14:58:16 +0000 (+0000) Subject: Remove stray format character X-Git-Tag: archive/raspbian/3.24.39-1+rpi1~1^2~65^2~38^2~21 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=80e5f28ca0a2e26e9b52c1e119d0ed2860bcd48b;p=gtk%2B3.0.git Remove stray format character We are not using any string in the debug message. --- diff --git a/gdk/wayland/gdkdevice-wayland.c b/gdk/wayland/gdkdevice-wayland.c index f6d396d5d4..ee2fbd3dc6 100644 --- a/gdk/wayland/gdkdevice-wayland.c +++ b/gdk/wayland/gdkdevice-wayland.c @@ -3976,7 +3976,7 @@ tablet_pad_ring_handle_angle (void *data, GdkWaylandTabletPadGroupData *group = data; GDK_NOTE (EVENTS, - g_message ("tablet pad ring handle angle, %s ring = %p angle = %f", + g_message ("tablet pad ring handle angle, ring = %p angle = %f", wp_tablet_pad_ring, wl_fixed_to_double (angle))); group->axis_tmp_info.value = wl_fixed_to_double (angle);